From: Chong Yidong Date: Mon, 4 Jun 2007 20:40:26 +0000 (+0000) Subject: * files.el (magic-mode-alist): Remove image-type-auto-detected-p. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2502 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a58b345691db123e8fb20384b339299525c68730;p=emacs.git * files.el (magic-mode-alist): Remove image-type-auto-detected-p. (magic-fallback-mode-alist): Add image-type-auto-detected-p. * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6043dcc07b..43837e3e108 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2007-06-04 Chong Yidong + * files.el (magic-mode-alist): Remove image-type-auto-detected-p. + (magic-fallback-mode-alist): Add image-type-auto-detected-p. + + * image.el (image-type-auto-detected-p): Don't scan + auto-mode-alist. + * longlines.el (longlines-mode): Make longlines-auto-wrap buffer-local. Add hooks unconditionally. (longlines-auto-wrap): Toggle wrapping.